Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    w(r(x))  → r(w(x))
2:    b(r(x))  → r(b(x))
3:    b(w(x))  → w(b(x))
There are 4 dependency pairs:
4:    W(r(x))  → W(x)
5:    B(r(x))  → B(x)
6:    B(w(x))  → W(b(x))
7:    B(w(x))  → B(x)
The approximated dependency graph contains 2 SCCs: {4} and {5,7}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006